home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Komunikatory / Konnekt 0.6.22.137 / konnekt_setup_0.6.22.137.exe / themes / ArkCrystal / kieview.css < prev    next >
Cascading Style Sheet File  |  2004-07-06  |  3KB  |  245 lines

  1. body
  2. {
  3.   margin: 0;
  4.   border: 0;
  5.   font-weight: normal;
  6.   font-family: Lucida Sans Unicode, Arial, serif, generic;
  7.   font-size: 6px;
  8. }
  9.  
  10. .send
  11. {
  12.   background: #fffff0;
  13.   padding: 3px;
  14.   color: #666666;
  15.   border-top: 1px solid #cccccc;
  16. }
  17.  
  18. .sendnext
  19. {
  20.   background: #fffff0;
  21.   padding: 3px;
  22.   color: #666666;
  23. }
  24.  
  25. .send .header, .sendnext .header
  26. {
  27. }
  28.  
  29. .send .nick, .sendnext .nick
  30. {
  31.   color: red;
  32. }
  33.  
  34. .send .timestamp, .sendnext .timestamp
  35. {
  36.   color: #808080;
  37. }
  38.  
  39. .send .body, .sendnext .body
  40. {
  41.   padding-left: 9px;
  42. }
  43.  
  44. .recv
  45. {
  46.   background: #fffdcc;
  47.   padding: 3px;
  48.   color: #000000;
  49.   border-top: 1px solid #cccccc;
  50. }
  51.  
  52. .recvnext
  53. {
  54.   background: #fffdcc;
  55.   padding: 3px;
  56.   color: #000000;
  57. }
  58.  
  59.  
  60. .recv .header, .recvnext .header
  61. {
  62. }
  63.  
  64. .recv .nick, .recvnext .nick
  65. {
  66.   color: royalblue;
  67. }
  68.  
  69. .recv .timestamp, .recvnext .timestamp
  70. {
  71.   color: #808080;
  72. }
  73.  
  74. .recv .extinfo, .recvnext .extinfo
  75. {
  76.   color: #808080;
  77.   font-style: italic;
  78. }
  79.  
  80. .recv .body, .recvnext .body
  81. {
  82.   padding-left: 9px;
  83. }
  84.  
  85. .quickeventnormal
  86. {
  87.   background: #f0f000;
  88.   color: #002953;
  89.   padding: 3px 6px 3px 6px;
  90. }
  91.  
  92. .quickeventnormal .timestamp
  93. {
  94. }
  95.  
  96. .quickeventwarning
  97. {
  98.   padding: 3px 6px 3px 6px;
  99.   background: #FFA56F;
  100.   color: #000000;
  101.   letter-spacing: 1px;
  102. }
  103.  
  104. .quickeventwarning .timestamp
  105. {
  106.   color: #c0c0c0;
  107. }
  108.  
  109. .status
  110. {
  111.   color: #2B8F00;
  112.   background: #f0f0f0;
  113.   padding: 3px;
  114. }
  115.  
  116. .status .timestamp
  117. {
  118.   color: #808080;
  119. }
  120.  
  121. .status .body
  122. {
  123. }
  124.  
  125. .status .name
  126. {
  127. }
  128.  
  129. .status .info
  130. {
  131.   font-style: italic;
  132. }
  133.  
  134. .sms
  135. {
  136.   background: #fffff0;
  137.   padding: 3px;
  138.   color: #002953;
  139. }
  140.  
  141. .sms .header
  142. {
  143.   font-weight: normal;
  144. }
  145.  
  146. .sms .nick
  147. {
  148.   color: #000000;
  149.   font-weight: bold;
  150. }
  151.  
  152. .sms .dest
  153. {
  154.   color: #000000;
  155.   font-weight: bold;
  156. }
  157.  
  158. .sms .timestamp
  159. {
  160.   color: #000000;
  161.   font-weight: bold;
  162. }
  163.  
  164. .sms .extinfo
  165. {
  166.   color: #000000;
  167.   font-weight: bold;
  168. }
  169.  
  170. .sms .body
  171. {
  172.   color: #000000;
  173.   padding-top: 4px;
  174.   padding-left: 10px;
  175. }
  176.  
  177. .linknormal
  178. {
  179.   color: #000080;
  180. }
  181. .linkhover
  182. {
  183.   color:red;
  184. }
  185.  
  186. .filesend
  187. {
  188.   background: #fffff0;
  189.   padding: 3px;
  190.   color: #002953;
  191. }
  192.  
  193. .filesend .header
  194. {
  195. }
  196.  
  197. .filesend .nick
  198. {
  199.   color: #000000;
  200. }
  201.  
  202. .filesend .timestamp
  203. {
  204.   color: #808080;
  205.   font-weight: normal;
  206. }
  207.  
  208. .filesend .body
  209. {
  210.   padding-left: 10px;
  211. }
  212.  
  213. .filerecv
  214. {
  215.   background: #ffffC0;
  216.   padding: 3px;
  217.   color: #A80000;
  218. }
  219.  
  220. .filerecv .header
  221. {
  222. }
  223.  
  224. .filerecv .nick
  225. {
  226.   color: #000000;
  227. }
  228.  
  229. .filerecv .timestamp
  230. {
  231.   color: #808080;
  232.   font-weight: normal;
  233. }
  234.  
  235. .filerecv .extinfo
  236. {
  237.   color: #808080;
  238.   font-weight: normal;
  239.   font-style: italic;
  240. }
  241.  
  242. .filerecv .body
  243. {
  244.   padding-left: 10px;
  245. }